@charset "gb2312";
/* CSS Document */

/* 前台所有页面公用的样式 开始 */

html {
	/*注释范围内为黑白风格样式*/
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter:none; */
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	line-height: 150%;
	text-decoration: none;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	/* 下行未屏蔽时与尾部footer配合显示大背景图 */
	/*background: url(/static/img/page_background.png) no-repeat center bottom fixed;*/
}

.clear {
	clear: both;
	/*清除浮动*/
}


#vertical-space {
	width: 100%;
	overflow: auto;
}


.box_shadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=120, strength=4);
	/*ie*/
	-moz-box-shadow: 2px 2px 8px #aaaaaa;
	/*firefox*/
	-webkit-box-shadow: 2px 2px 8px #aaaaaa;
	/*safari或chrome*/
	box-shadow: 2px 2px 8px #aaaaaa;
	/*opera或ie9*/
}


.TextImage {
	/*目录标题后“(图)”标志的颜色*/
	color: #FF0000;
}

.txtRedColor {
	color: #FF0000;
}


.txtSmallText {
	font-size: 14px;
	color: #aaaaaa;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-weight: lighter;
}


/*页面下部学校二维码*/
#QRCode {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#QRCode img {
	width: 196px;
	height: 196px;
	border: none;
}




#header {
	/* 最底层 */
	width: 1320px;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFFFFF;
	position: relative;
}

#header #logoarea {
	width: 100%;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFFFFF;
	/*white-space: nowrap;*/
}

#header #logoarea #LeftLogo {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	float: left;
	width: 580px;
	height: 120px;
	background: url('/static/img/logo_blue.png') no-repeat;
	background-position: bottom center;
}

#header #logoarea #RightLogo {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 468px;
	height: 120px;
	background: url('/static/img/LOGO_XiaoXun_blue.png') no-repeat;
	background-position: center center;
}

#header #logoarea #bottom_area {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: right;
	line-height: 30px;
	font-size: 14px;
}

#header #logoarea #bottom_area #bottom_link,
#header #logoarea #bottom_area #bottom_link #search {
	width: 70%;
	height: 24px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: right;
	line-height: 24px;
	font-size: 16px;
}

#header #logoarea #bottom_area #bottom_link a:link,
#header #logoarea #bottom_area #bottom_link #search a:link {
	color: #000000;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #000000;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	line-height: 30px;
	font-size: 16px;
}

#header #logoarea #bottom_area #bottom_link a:hover,
#header #logoarea #bottom_area #bottom_link #search a:hover {
	text-decoration: none;
	color: #FF0000;
}

#header #logoarea #bottom_area #bottom_link a:visited:hover,
#header #logoarea #bottom_area #bottom_link #search a:visited:hover {
	text-decoration: none;
	color: #FF0000;
}

#header #logoarea #bottom_area #bottom_link a:visited,
#header #logoarea #bottom_area #bottom_link #search a:visited {
	text-decoration: none;
	color: #000000;
}

#header #logoarea #bottom_area #bottom_link #search select {
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #459DF5;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	vertical-align: middle;
	font-weight: lighter;
}

#header #logoarea #bottom_area #bottom_link #search input {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	vertical-align: middle;
	border: 1px solid #459DF5;
	background-color: #c3e1ff;
	color: #5a5a5a;
	vertical-align: middle;
	font-weight: lighter;
}


/* 检索区块的样式*/
#SearchArea {
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

#SearchArea select {
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #459DF5;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	vertical-align: middle;
	font-weight: lighter;
}

#SearchArea input {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	vertical-align: middle;
	border: 1px solid #459DF5;
	background-color: #F0F0F0;
	color: #666666;
	vertical-align: middle;
	font-weight: lighter;
}

#SearchArea #SearchTitle {
	border-color: #E0E0E0;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	width: 95%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 16px 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
}


#navigation_area {
	/* 最底层 */
	width: 100%;
	/* 首页使用飘红背景时，此行值为1000px; 不使用背景时为100% 只在css_Home_2020.css 文件中更改 */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background-color: #459DF5;
}

#navigation {
	width: 1320px;
	height: 42px;
	/*此行会影响IE的兼容模式*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #459DF5;
}


/* 2014-02-12 修改而成的二级下拉式菜单，兼容多种品牌的浏览器 开始*/
/* 下拉部分不支持IE 6及以下版本 */
.menu201402 {
	width: 1320px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: auto;
	padding: 0px;
	float: left;
	z-index: 999;
	/* 指定此值可以避免与焦点图的层级相冲突 */
	position: absolute;
	/* 只有指定了此行，Z-index才有效 */
}

.menu201402 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	list-style-type: none;
}

.menu201402 ul li {
	float: left;
	position: relative;
}

.menu201402 ul li a,
.menu201402 ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 88px;
	height: 42px;
	line-height: 42px;
	padding: 0px 4px 0px 4px;
	color: #FFFFFF;
	white-space: nowrap;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #99C5FD;
	text-shadow: 2px 2px 2px #000000;
}

.menu201402 ul li ul {
	display: none;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #99C5FD;
}

.menu201402 ul li:hover a {
	color: #fff;
	background-color: #338CE6;
	text-decoration: none;
	border-width: 0px 0px 0px 0px;
	border-color: #99C5FD;
}

.menu201402 ul li:hover ul {
	display: block;
	z-index: 999;
	/* 指定此值可以避免与焦点图的层级相冲突 */
	position: absolute;
	top: 42px;
	left: 0px;
}

.menu201402 ul li:hover ul li a {
	display: block;
	background-color: #338CE6;
	width: 118px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #99C5FD;
}

.menu201402 ul li:hover ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #459DF5;
}

/* 2014-02-12 修改而成的二级下拉式菜单，兼容多种品牌的浏览器 结束*/



/* 您的位置 样式（所有页面都用）*/
#Navigation_Bar {
	width: 1320px;
	height: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 18px;
	font-weight: 500;
	line-height: 48px;
	color: #333333;
	text-indent: 36px;
	text-align: left;
}

#Navigation_Bar a {
	text-decoration: none;
	color: #333333;
	/*text-shadow: 2px 2px 2px #FFFFFF;*/
}

#Navigation_Bar a:hover {
	text-decoration: none;
	color: #FF0000;
	/*text-shadow: 2px 2px 2px #FFFFFF;*/
}

#Navigation_Bar a:visited {
	text-decoration: none;
	color: #333333;
	/*text-shadow: 2px 2px 2px #FFFFFF;*/
}

#Navigation_Bar a:visited:hover {
	text-decoration: none;
	color: #FF0000;
	/*text-shadow: 2px 2px 2px #FFFFFF;*/
}




#page_main {
	/* 最底层 */
	width: 1320px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	overflow: visible;
}

#page_box {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999;
}


#page_body {
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}


#Location {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	font-size: 18px;
	font-family: 'Segoe UI', 'Microsoft Sans Serif', 'Microsoft Yahei', Arial, Geneva, Sans-Serif;
	text-align: left;
	font-weight: normal;
	color: #666666;
	background-color: #F6F6F6;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #F0F0F0;
}

#Location a,
#Location a:visited {
	text-decoration: none;
	color: #666666;
}

#Location a:hover,
#Location a:visited:hover {
	text-decoration: none;
	color: #FF0000;
}

#Location #Location_Left {
	width: 16px;
	height: 43px;
	background-color: #459DF5;
	float: left;
	border-bottom: 1px #459DF5;
}


#Location #Location_Middle {
	width: 90%;
	height: 42px;
	line-height: 42px;
	float: left;
}


/* Table_Header_Text 为一个重要样式，处理表格头，相当于首页 HomePageLink 但有所不同*/
/* Table_Header_Text 可在首页以外的任何页面使用，不需要指定内容块的宽度 */
#Location_Middle .Table_Header_Text {
	/*width: 110px;
	display: block;*/
	height: 42px;
	line-height: 42px;
	margin: 12px 0px 0px 24px;
	padding: 4px 16px 10px 16px;
	text-align: center;
	text-indent: 0px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
}

#Location_Middle ul li a {
	font-weight: bold;
}

#Location_Middle a,
#Location_Middle a:visited {
	text-decoration: none;
	color: #666666;
}

#Location_Middle a:hover,
#Location_Middle a:visited:hover {
	text-decoration: none;
	color: #FF0000;
}

#Location #Location_Right {
	width: 38px;
	height: 42px;
	float: left;
	/*background-color: #FFFFFF;*/
	background-image: url('/static/img/more.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#Location #Location_Right a {
	width: 38px;
	height: 40px;
	display: block;
}


/* 友情链接样式（文字）*/
#Location_Middle a.FriendlyLink {
	font-size: 16px;
	font-weight: normal;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #000000;
	padding: 0px 5px 0px 5px;
}

#Location_Middle a.FriendlyLink,
#Location_Middle a.FriendlyLink:visited {
	text-decoration: none;
	color: #666666;
}

#Location_Middle a.FriendlyLink:hover,
#Location_Middle a.FriendlyLink:visited:hover {
	text-decoration: none;
	color: #FF0000;
}




/* 页面下方的图片链接区（七个一组）*/
#WidestImageLink {
	width: 184px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background: #FFFFFF;
	float: left;
	overflow: hidden;
	border-style: solid;
	border-width: 3px 0px 3px 3px;
	border-color: #FFFFFF;
}

#WidestImageLink a {
	width: 184px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
}

#WidestImageLink img {
	border: 1px solid #c0c0c0;
	width: 182px;
	height: 56px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}




.ContentBodyDate {
	/*内容区标题后日期样式*/
	width: 17%;
	height: 45px;
	line-height: 45px;
	float: right;
	text-align: right;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #909090;
}





/* 目录列表的样式*/

#contents_item {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 2px 0px;
	float: left;
	list-style-type: none;
}

#contents_item ul {
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	/* 不显示列表前的小黑点*/
}

#contents_item ul li a {
	display: block;
	/* 注意此样式的影响 */
	font-size: 18px;
	width: 100%;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	color: #666666;
	text-decoration: none;
	text-indent: 24px;
	/*标题文本左缩进*/
	background: url('/static/img/none_h24.png') no-repeat left center;
	white-space: nowrap;
	overflow: hidden;
}

#contents_item ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#contents_item ul li a:visited {
	color: #666666;
	text-decoration: none;
}

#contents_item ul li a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* 推荐文章目录区*/
#RecommendContent {
	width: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
}

#RecommendContent a:hover,
#RecommendContent a:visited:hover {
	color: #FF0000;
	text-decoration: none;
}

#RecommendContent a,
#RecommendContent a:visited {
	color: #252525;
	text-decoration: none;
}

#RecommendContent #RecommendContentLeft {
	width: 79%;
	height: 130px;
	float: left;
	text-align: left;
	border-style: double;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
}

#RecommendContent #RecommendContentRight {
	width: 21%;
	height: 130px;
	float: right;
	text-align: center;
}

#RecommendContent #RecommendContentLeft #RecommendTitle {
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	font-weight: 500;
	float: left;
	text-align: left;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	overflow: hidden;
}

#RecommendContent #RecommendContentLeft #RecommendTitle a {
	display: block;
}

#RecommendContent #RecommendContentLeft #RecommendMessage {
	width: 100%;
	height: 36px;
	line-height: 125%;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 14px;
	float: left;
	text-align: left;
	color: #808080;
}

#RecommendContent #RecommendContentLeft #RecommendDate {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	float: left;
	text-align: left;
	text-indent: 30px;
	/*标题文本左缩进*/
	background: url(/static/img/views.png) no-repeat left center;
}

#RecommendContent #RecommendContentRight #RecommendThumbnail {
	width: 100%;
	height: 130px;
	text-align: center;
}

#RecommendContent #RecommendContentRight #RecommendThumbnail IMG {
	width: 250px;
	height: 90px;
	margin-top: 0px;
	border-style: solid;
	border-width: 3px;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}



/* 处理首页目录区的缩略图 */
#FirstMessage {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
}

#FirstMessage #FirstMessage_Thumbnail {
	width: 260px;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 2px;
	padding: 0px;
	text-align: center;
	float: left;
}

#FirstMessage #FirstMessage_Thumbnail IMG {
	width: 250px;
	height: 90px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
}

#FirstMessage #FirstMessage_Title {
	width: 333px;
	height: 38px;
	line-height: 125%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: right;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #a1a1a1;
}

#FirstMessage #FirstMessage_Message {
	width: 333px;
	/*height: 30px;*/
	line-height: 125%;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 12px;
	float: right;
	text-align: justify;
	/* text-align-last: justify; */
	color: #808080;
}

#FirstMessage #FirstMessage_Title a {
	color: #252525;
	text-decoration: none;
}

#FirstMessage #FirstMessage_Title a:hover {
	color: #FF0000;
	text-decoration: none;
}

#FirstMessage #FirstMessage_Title a:visited {
	color: #252525;
	text-decoration: none;
}

#FirstMessage #FirstMessage_Title a:visited:hover {
	color: #FF0000;
	text-decoration: none;
}


/* 文章标题 */
#page_body #MessageTitle {
	border-color: #E0E0E0;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	width: 95%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 16px 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
}

/* 作者、来源、发表日期 */
#page_body #MessageAuthor {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 0px 2px 0px;
	font-size: 16px;
	text-decoration: none;
	color: #909090;
}

/* 正文 */
#page_body #Message {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 15px 0px;
	font-size: 18px;
	text-decoration: none;
	line-height: 150%;
	text-align: left;
}

#page_body #Message img {
	border-style: solid;
	border-width: 0px;
	border-color: #CCCCCC;
}

#page_body #Message a {
	text-decoration: none;
	color: #0000CC;
}

#page_body #Message a:hover {
	text-decoration: underline;
	color: #FF6600;
}

#page_body #Message a:visited {
	text-decoration: none;
	color: #0000CC;
}

#page_body #Message a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
}




/* 目录后方的分页区 */
#ContentMultiPage {
	width: 100%;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #909090;
}

#ContentMultiPage Select {
	font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
	font-size: 14px;
	color: #909090;
}

#ContentMultiPage a {
	font-size: 16px;
	text-decoration: none;
	color: #0000CC;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px;
}

#ContentMultiPage a:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #FFC600;
}

#ContentMultiPage a:visited {
	text-decoration: none;
	color: #0000CC;
}

#ContentMultiPage a:visited:hover {
	text-decoration: none;
	color: #FF6600;
}




/* 目录分页连接部分 */
#pageLink {
	width: 60%;
	height: 60px;
	line-height: 60px;
	color: #666666;
	font-size: 20px;
	font-family: 'Segoe UI', 'Microsoft Sans Serif', 'Microsoft Yahei', Arial, Geneva, Sans-Serif;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

#pageLink span {
	font-size: 20px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	border: 0px solid #E7E7E7;
}

#pageLink a,
#pageLink a:link,
#pageLink a:visited {
	font-size: 20px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #459DF5;
	border: 1px solid #b9b9b9;
}

#pageLink a:hover,
#pageLink a:visited:hover,
#pagelink a:active {
	color: #FFFFFF;
	background-color: #a1d0ff;
}

#pageLink .CurrentPage,
#pageLink .CurrentPage a,
#pageLink .CurrentPage a:visited {
	background-color: #72b8fd;
	color: #FFFFFF;
}





/* 正文后方的功能区：打印本页、返回首页 等 */
#page_body #MessageFunction {
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 0px 10px 0px;
	font-size: 16px;
	text-decoration: none;
}

#page_body #MessageFunction a {
	text-decoration: none;
	color: #0000CC;
}

#page_body #MessageFunction a:hover {
	text-decoration: none;
	color: #FF6600;
}

#page_body #MessageFunction a:visited {
	text-decoration: none;
	color: #0000CC;
}

#page_body #MessageFunction a:hover:hover {
	text-decoration: none;
	color: #FF6600;
}



/* 页面尾部 */
/* 注释掉的行系处理底部大幅背景图 */
/* 启用大背景图需在body中开启background属性 */
#footer {
	width: 1320px;
	/* height: 268px; */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#footer #copyright_left_side {
	width: 240px;
	float: left;
	text-align: right;
	/* margin-top: 164px; */
}

#footer #copyright_right_side {
	width: 240px;
	float: left;
}

#footer #copyright {
	width: 834px;
	float: left;
	/* margin-top: 168px; */
}

#footer #copyright p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	/* color: #FFFFFF; */
	color: #666666;
}

#footer #copyright p a {
	text-decoration: none;
	/* color: #FFFFFF; */
	color: #666666;
	font-size: 14px;
}

#footer #copyright p a:hover {
	text-decoration: none;
	color: #2440b3;
	font-size: 14px;
}

#footer #copyright p a:visited {
	text-decoration: none;
	/* color: #FFFFFF; */
	color: #666666;
	font-size: 14px;
}

#footer #copyright p a:visited:hover {
	text-decoration: none;
	color: #2440b3;
	font-size: 14px;
}